home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 34.zip / BS1 part 34 / DBman v5.20R1 disk 1.adf / CONFIG.DBM < prev    next >
Text File  |  1990-01-10  |  1KB  |  41 lines

  1. **Note remove the ** from the command to enable it.  ** means comment out
  2. **Maximum number of files dBMAN can open
  3. FILES=30
  4. **Number of 1k block cache buffer. Increase to speed operations!!
  5. BUFFERS=80
  6. **Number and size (in bytes) of global memory variables.
  7. GBLCNT=256
  8. GBLSIZE=8000
  9. **Number and size (in bytes) of X global memory variables.
  10. XGBLCNT=256
  11. GBLSIZE=8000
  12. **Number of bytes the picture buffer holds.
  13. PICTBFSZ=4000
  14. **Number of compiled programs contained in memory.
  15. PROGRAMS=2
  16. **Number of program buffers.
  17. PRGBFCNT=2
  18. **Size in bytes the program buffer is.
  19. PRGBFSIZE=12000
  20. **Enable/Disable Y memory variable file closing. 0=Disable 1=Enable.
  21. CLOSEYLOC=1
  22. **Word processor for MODIFY COMMAND, or memo fields.
  23. *WP=
  24. **Define a dBMAN to execute immediately after loading.
  25. **COMMAND= DO MAIN
  26. **Enable/Disable dBASE3+ mode. 1=dBASE on 0=dBASE3 off
  27. DBASE3= 1
  28. **Enable/Disable direct video ram. (PC version only). 1=enable 0=disable
  29. **VIDEORAM= 1
  30. **Maximum row for the video display (set to 46 for EGA if you need more lines)
  31. **ROWMX=25
  32. **Maximum column for the video display.
  33. **COLMX=80
  34. **Specify the European key, value to sort after, lowercase value, and uppercase 
  35. **value.
  36. ** this table sorts Swedish European characters after the lowercase "z".
  37. **_EUROKEYS=<226><122><226><194>,<228><123><228><196>,<245><124><245><213>,<194><125><226><194>,<196><126><228><196>,<214><127><246><214>
  38. **Default for set print to command.
  39. **PRINTER=LPT1
  40.  
  41.